const encoding/json.scanBeginLiteral

14 uses

	encoding/json (current package)
		decode.go#L381: 	case scanBeginLiteral:
		decode.go#L410: 	case scanBeginLiteral:
		decode.go#L675: 		if d.opcode != scanBeginLiteral {
		decode.go#L1050: 	case scanBeginLiteral:
		decode.go#L1092: 		if d.opcode != scanBeginLiteral {
		scanner.go#L117: 	scanBeginLiteral        // end implied by next result != scanContinue
		scanner.go#L226: 		return scanBeginLiteral
		scanner.go#L229: 		return scanBeginLiteral
		scanner.go#L232: 		return scanBeginLiteral
		scanner.go#L235: 		return scanBeginLiteral
		scanner.go#L238: 		return scanBeginLiteral
		scanner.go#L241: 		return scanBeginLiteral
		scanner.go#L245: 		return scanBeginLiteral
		scanner.go#L270: 		return scanBeginLiteral